home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / perl5 / 5.8.7 / Test / Simple / README < prev    next >
Text File  |  2006-04-25  |  393b  |  16 lines

  1. This is the README file for Test::Simple, basic utilities for 
  2. writing tests, by Michael G Schwern <schwern@pobox.com>.
  3.  
  4. After installation, please consult the tutorial for how to
  5. start adding tests to your modules. 'perldoc Test::Tutorial'
  6. should work on most systems.
  7.  
  8. * Installation
  9.  
  10. Test::Simple uses the standard perl module install process:
  11.  
  12. perl Makefile.PL
  13. make
  14. make test
  15. make install
  16.